home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / system-tools-backends.postinst < prev    next >
Encoding:
Text File  |  2011-09-23  |  249 b   |  10 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. if dpkg-maintscript-helper supports mv_conffile; then
  5.   dpkg-maintscript-helper mv_conffile /etc/dbus-1/system.d/system-tools-backends.conf \
  6.     /etc/dbus-1/system.d/org.freedesktop.SystemToolsBackends.conf 2.6.0-6.1 -- "$@"
  7. fi
  8.  
  9.  
  10.